home *** CD-ROM | disk | FTP | other *** search
- // Sample Server Configuration File for CTF
- //
- // dmflags settings:
- //
- // DF_NO_HEALTH 1
- // DF_NO_ITEMS 2
- // DF_WEAPONS_STAY 4
- // DF_NO_FALLING 8
- // DF_INSTANT_ITEMS 16
- // DF_SAME_LEVEL 32
- // DF_SKINTEAMS 64
- // DF_MODELTEAMS 128
- // DF_NO_FRIENDLY_FIRE 256
- // DF_SPAWN_FARTHEST 512
- // DF_FORCE_RESPAWN 1024
- // DF_NO_ARMOR 2048
- // DF_ALLOW_EXIT 4096
- // DF_INFINITE_AMMO 8192
- // DF_QUAD_DROP 16384
- // DF_FIXED_FOV 32768
- // DF_CTF_FORCEJOIN 131072
- // DF_ARMOR_PROTECT 262144
- // DF_CTF_NO_TECH 524288
- //
- // The default dmflags here (280084) is set up as:
- //
- // DF_WEAPONS_STAY + DF_INSTANT_ITEMS + DF_SPAWN_FARTHEST +
- // DF_FORCE_RESPAWN + DF_QUAD_DROP + DF_ARMOR_PROTECT
- //
- // which works out to:
- //
- // 4 + 16 + 512 + 1024 + 16384 + 262144 = 280084
-
- set dmflags 280084
- // this dmflags (411156) is the same as 280084, plus DF_CTF_FORCEJOIN
- // set dmflags 411156 // force join
- set deathmatch 1
- set maxclients 16
- set fraglimit 150
- set capturelimit 8
- set timelimit 30
- map q2ctf1
-
-